home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000039_shifeux@hotmail.com_Mon Oct 15 16:00:55 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  28 lines

  1. Article: 12850 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsxfer.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stanford.edu!sn-xit-01!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
  3. From: shifeux@hotmail.com (Shifeux)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: scripting in server mode
  6. Date: 15 Oct 2001 12:40:59 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 10
  9. Message-ID: <336f652d.0110151140.59de71dd@posting.google.com>
  10. NNTP-Posting-Host: 146.145.217.202
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1003174860 20571 127.0.0.1 (15 Oct 2001 19:41:00 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 15 Oct 2001 19:41:00 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12850
  17.  
  18. Hello, I am trying to create a basic kermit script using kermit in
  19. server mode.  I am able to setup the server using a simple script
  20. which will just sit and listen for incoming phone calls via a modem.
  21. What I would like to do now is log the entire session to a logfile and
  22. perform a little file managment after the session ends such as
  23. removing the files that had been transferred.  All this while
  24. remaining in server mode so it can accept more incoming connections.
  25. Can anyone point me to some references for scripting Kermit in server
  26. mode? Most of the resources I have been able to find are in regard to
  27. scripting kermit as a client rather than a server. Thanks.
  28.